home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Business Master (4th Edition)
/
The Business Master - 4th Edition.iso
/
files
/
utilstem
/
himove
/
himove.bat
< prev
next >
Wrap
DOS Batch File
|
1993-05-12
|
145b
|
9 lines
echo off
echo Loading Configurationprogramm HiSETUP.EXE...
if .%1 == . goto DEFAULT
HiSETUP.EXE %1 %2
goto END
:DEFAULT
HiSETUP.EXE
:END